home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 4 / Apprentice-Release4.iso / Source Code / Add-Ons / MPW / MPW dmake 4.0 / unix / bsd43 / uw / config.mk next >
Encoding:
Text File  |  1995-06-01  |  521 b   |  18 lines  |  [TEXT/MPS ]

  1. # This is the BSD 4.3 University of Waterloo (uw) UNIX configuration file
  2. # for DMAKE
  3. #    It simply modifies the values of LDLIBS to include libuw.a
  4. #    so that vfprintf can be found.
  5. #
  6.  
  7. LDLIBS += -luw
  8. osredir := $(OS)$(DIRSEPSTR)$(OSRELEASE)$(DIRSEPSTR)$(OSENVIRONMENT)
  9. CFLAGS += -I$(osredir)
  10.  
  11. # install script for UW's /usr/software hierarchy...
  12. install:
  13.     mkdir ../bin; strip ./dmake; mv ./dmake ../bin
  14.     chmod a+rx ../bin/dmake ../bin
  15.     mkdir ../lib; chmod a+rx ../lib
  16.     cp $(STARTUPFILE) ../lib
  17.     chmod a+r ../lib/startup.mk
  18.